home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / gcc / gcc270_src.lha / gcc-2.7.0-amiga / config / i386 / t-next < prev    next >
Text File  |  1994-12-22  |  381b  |  10 lines

  1. # libgcc1.c is not needed, since the standard library has these functions.
  2. LIBGCC1=libgcc1.null
  3. CROSS_LIBGCC1=libgcc1.null
  4.  
  5. # Specify other dirs of system header files to be fixed.
  6. OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers
  7.  
  8. # <limits.h> is sometimes in /usr/include/ansi/limits.h.
  9. LIMITS_H_TEST = [ -f $(SYSTEM_HEADER_DIR)/limits.h -o -f $(SYSTEM_HEADER_DIR)/ansi/limits.h ]
  10.